win32: Delete classic theme
authorBenjamin Otte <otte@redhat.com>
Thu, 4 Feb 2016 13:23:08 +0000 (14:23 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 4 Feb 2016 13:23:08 +0000 (14:23 +0100)
Well, actually, stop adding an extra version of raleigh

gtk/Makefile.am
gtk/theme/win32/gtk-win32-classic.css [deleted file]

index 069bd58a909b8fef40c6e7fa4cedfb57dd82bb9b..bd3108e0ab71978d5ead2612c6f2a9f6efc599c4 100644 (file)
@@ -1234,7 +1234,6 @@ gtk.gresource.xml: Makefile.am inspector/Makefile.inc
        if test "$(win32_theme)" = "yes"; then \
          echo "    <file alias='theme/win32/gtk-base.css'>theme/win32/gtk-win32-base.css</file>" >> $@; \
          echo "    <file alias='theme/win32/gtk.css'>theme/win32/gtk-win32.css</file>" >> $@; \
-         echo "    <file alias='theme/win32-classic/gtk.css'>theme/win32/gtk-win32-classic.css</file>" >> $@; \
          echo "    <file alias='theme/win32-xp/gtk.css'>theme/win32/gtk-win32-xp.css</file>" >> $@; \
        fi; \
        for f in $(srcdir)/cursor/*.png; do \
@@ -1277,7 +1276,6 @@ gesture_sources =                                 \
 theme_sources =                                \
        theme/win32/gtk-win32.css               \
        theme/win32/gtk-win32-base.css          \
-       theme/win32/gtk-win32-classic.css       \
        theme/win32/gtk-win32-xp.css            \
        theme/Adwaita/assets.txt                \
        theme/Adwaita/assets.svg                \
diff --git a/gtk/theme/win32/gtk-win32-classic.css b/gtk/theme/win32/gtk-win32-classic.css
deleted file mode 100644 (file)
index e28a153..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-/* We should have a real win32 classic theme that picks up\r
-   colors from the settings. But for now, at least don't break\r
-   when win32 is in classic mode by just using raleigh. */\r
-@import url("Raleigh.css");\r